From 92f1c7b1937ecc2f084e3a4dbb7ed2aaaf5c796b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 2 Aug 2020 21:55:47 +0100 Subject: Partially reformat setup.cfg with setup-cfg-fmt. The formatter drops comments, which is not good, and prevents it from being usable as a pre-commit check. --- setup.cfg | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/setup.cfg b/setup.cfg index 29d4536..d737af1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,33 +5,33 @@ [metadata] name = glucometerutils description = Glucometer access utilities -long_description = file:README.md +long_description = file: README.md long_description_content_type = text/markdown +url = https://flameeyes.com/p/glucometerutils author = Diego Elio Pettenò author_email = flameeyes@flameeyes.com license = MIT license_files = - AUTHORS - LICENSES/* -url = https://flameeyes.com/p/glucometerutils -keywords = - glucometer - diabetes + AUTHORS + LICENSES/* classifiers = - Programming Language :: Python - Programming Language :: Python :: 3 Development Status :: 4 - Beta Environment :: Console - Operating System :: OS Independent - License :: OSI Approved :: MIT License Intended Audience :: End Users/Desktop + License :: OSI Approved :: MIT License + Operating System :: OS Independent + Programming Language :: Python + Programming Language :: Python :: 3 Topic :: Scientific/Engineering :: Medical Science Apps. +keywords = + glucometer + diabetes [options] -python_requires = ~= 3.7 +packages = find: install_requires = attrs -packages = find: +python_requires = ~= 3.7 [options.data_files] lib/udev/rules = @@ -39,15 +39,15 @@ lib/udev/rules = [tool:pytest] addopts = - --color=yes - --ignore=setup.py - -r a + --color=yes + --ignore=setup.py + -r a norecursedirs = - .git - dist - build - venv - .env + .git + dist + build + venv + .env timeout = 120 [flake8] -- cgit v1.2.3